home *** CD-ROM | disk | FTP | other *** search
- object ModelViewerOptions: TModelViewerOptions
- Left = 228
- Top = 289
- BorderStyle = bsNone
- Caption = 'General Options'
- ClientHeight = 258
- ClientWidth = 347
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object GroupBox2: TGroupBox
- Left = 4
- Top = 0
- Width = 340
- Height = 41
- Caption = 'Hints'
- TabOrder = 0
- object ShowHints: TCheckBox
- Left = 8
- Top = 18
- Width = 65
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Show'
- TabOrder = 0
- end
- end
- object GroupBox1: TGroupBox
- Left = 4
- Top = 44
- Width = 341
- Height = 41
- Caption = 'Object Library'
- TabOrder = 1
- object LibLabel: TLabel
- Left = 8
- Top = 20
- Width = 40
- Height = 14
- Alignment = taRightJustify
- Caption = 'Library :'
- end
- object SpeedButton1: TSpeedButton
- Left = 312
- Top = 19
- Width = 23
- Height = 17
- Caption = '...'
- OnClick = SpeedButton1Click
- end
- object LibraryPathLbl: TLabel
- Left = 60
- Top = 20
- Width = 245
- Height = 14
- Caption = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
- end
- end
- object GroupBox4: TGroupBox
- Left = 4
- Top = 88
- Width = 340
- Height = 41
- Caption = 'Gamma Correction'
- TabOrder = 2
- object Label3: TLabel
- Left = 6
- Top = 20
- Width = 50
- Height = 14
- Alignment = taRightJustify
- Caption = 'Correction'
- end
- object GammaUpDown: TUpDown
- Left = 138
- Top = 17
- Width = 25
- Height = 20
- Min = -31
- Max = 32
- Position = 0
- TabOrder = 0
- Wrap = False
- OnClick = GammaUpDownClick
- end
- object GammaPanel: TPanel
- Left = 60
- Top = 19
- Width = 75
- Height = 17
- BevelOuter = bvLowered
- Caption = 'none'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- end
- end
-